home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2001 July / Practical Internet July 2001.iso / Software / Browsing / comps280.exe / setup.exe / {app} / Templates / HTML Table.tpl < prev    next >
Encoding:
Text File  |  2000-03-02  |  1.9 KB  |  81 lines

  1. #############################################################################
  2. # Compass Sample Export Template
  3. # HTML Table.tpl
  4. #############################################################################
  5.  
  6. %AUTO_VIEW=Y
  7. %DESC_LINE_PREFIX="<br>    - "
  8. %DESC_TAB="    "
  9.  
  10. #############################################################################
  11. # Definition of BOOKMARKS & FOLDERS blocks:
  12. #############################################################################
  13.  
  14. {BOOKMARKS}
  15. <tr bgcolor="#CCFFFF">
  16. <td width=80%><font size="-2"><a href="$URL$" target=compass>$TITLE$</a>
  17. $DESCRIPTION$</font></td>
  18. <td><font size="-2">$LASTVISIT$</font></td>
  19. </tr>
  20. {/BOOKMARKS}
  21.  
  22.  
  23. {FOLDERS:FOLDER_LIST}
  24. • <a href="#$FOLDER$$TITLE$">$FOLDER$$TITLE$</a><br>
  25. {/FOLDERS}
  26.  
  27.  
  28. {FOLDERS:TABLES}
  29. <!-- ************************ New Table [$FOLDER$$TITLE$] ************************ -->
  30. <a name="$FOLDER$$TITLE$"></a>
  31. <center>
  32. <b>$FOLDER$$TITLE$</b>
  33. <table border="1" width=90%>
  34. </center>
  35. $BOOKMARKS$
  36. </table>
  37. <br>
  38. <br>
  39.  
  40. {/FOLDERS}
  41.  
  42.  
  43.  
  44. #############################################################################
  45. # The main output file:
  46. #############################################################################
  47.  
  48. {MAIN:*.HTM}
  49. <!doctype html public "-//w3c//dtd html 3.2 final//en">
  50. <html>
  51. <head>
  52. <title>My Bookmarks</title>
  53. </head>
  54.  
  55. <body bgcolor="#FFFFFF">
  56. <table width=100%>
  57. <tr valign="top">
  58.     <td width=20% bgcolor="#66CC99" align="left">
  59.         <font size="-1">
  60.         <center><b>Categories</b></center>
  61.         <br>
  62.         </font>
  63.         <font size="-2">
  64.         $FOLDER_LIST$<br><br>
  65.         <center>Page Updated on $DATE$</center><br>
  66.         <center>Generated by
  67.         <a href="http://www.softgauge.com/" target=compass><i>Compass $VERSION$</i></a>
  68.         </center>
  69.         </font>
  70.     </td>
  71.  
  72.     <td bgcolor="#FFFFCC">
  73.         $TABLES$
  74.     </td>
  75. </tr>
  76. </table>
  77. </body>
  78. </html>
  79. {/MAIN}
  80.  
  81.